home *** CD-ROM | disk | FTP | other *** search
- /*
- ### procedure for selecting an option for picking an initial starting point
- of periodic orbit algorithm ###
- */
-
- #include <suntool/sunview.h>
- #include <suntool/canvas.h>
-
- void
- fp_go_option_proc(canvas,value,event)
- Canvas canvas;
- int value;
- Event *event;
- {
- extern int fp_go_option;
-
- fp_go_option = value;
- }
-
-